专利摘要:
A method for measuring an antenna downtilt angle based on a deep instance segmentation network is disclosed, including: shooting an omni-directional antenna video using a drone; and transmitting the antenna video to a server in real time, and the server measuring an antenna downtilt angle in real time using a deep learning algorithm, the deep learning algorithm includes: a feature extraction network module for acquiring an antenna feature image; an instance segmentation module for binary segmentation of an antenna image and the background to distinguish antenna image pixels from background pixels; an antenna candidate box module for identifying and detecting the antenna image, acquiring an antenna candidate box and determining an antenna calibration box therefrom; and an antenna downtilt angle measuring module for measuring an antenna downtilt angle; and the instance segmentation module includes: directly mapping a region of interest to a feature map; segmenting a candidate region into k<sup>∗</sup>k cells, determining, for each cell, four fixed coordinate positions of the center point of the cell, and calculating values of the four fixed coordinate positions by bilinear interpolation; and performing max-pooling and implementing back propagation. By distinguishing antenna pixels from background pixels in the instance segmentation module, the antenna downtilt angle is more accurate, and a convenient, safe, effective and accurate antenna measuring method is established.
公开号:EP3683540A1
申请号:EP19870064.3
申请日:2019-03-01
公开日:2020-07-22
发明作者:Yueting WU;Yikui ZHAI;Yu Zheng;Jihua Zhou;Tianlei Wang;Ying Xu;Junying GAN;Wenbo DENG;Qirui KE
申请人:Wuyi University;
IPC主号:G01C1-00
专利说明:
[0001] The present disclosure relates to the field of communication measurement, and in particular, to a method for measuring an antenna downtilt angle based on a deep instance segmentation network. BACKGROUND
[0002] An antenna downtilt angle often needs to be adjusted in the field of communications. The antenna downtilt angle is one of the important parameters to determine the coverage of base station signals. It is not only necessary to accurately design a downtilt angle of each antenna at the initial stage of network planning, but also necessary to accurately adjust the downtilt angle after a base station is put into operation with the development of services, changes of users and changes of an ambient signal environment.
[0003] At present, a mechanical downtilt angle of a base station antenna is generally measured by a gradiometer. When measuring the mechanical downtilt angle of the antenna with the gradiometer, a surveyor must climb an iron tower or hold a pole close to the antenna for measurement, which is quite dangerous and troublesome, and also affects the accuracy of measurement. With the technological development, a GSM-R system emerges. The system is a measuring system tool with which a surveyor can accurately measure an antenna downtilt angle without getting close to an antenna, which can realize the measurement of a tilt angle of a base station antenna without a tower climbing operation, and can network test points of each base station to realize the real-time monitoring of the downtilt angle of the base station antenna. However, the installation of a sensor is time-consuming and costly, and there are differences in old and new towers and the number of layers and the number of base station towers, so the method is not practical, has a long operation cycle, and is difficult to implement. Therefore, it is necessary to design an angle measuring method with simple operations and reliable performance. SUMMARY
[0004] To solve the above problems, the embodiments of the present disclosure aim at providing an antenna downtilt angle measuring method based on a deep instance segmentation network, so as to measure an antenna downtilt angle safely, effectively, quickly and accurately.
[0005] The technical scheme adopted by the embodiments of the present disclosure to solve the problems is as follows:An antenna downtilt angle measuring method based on a deep instance segmentation network, comprising: shooting an omni-directional antenna video using a drone; and transmitting the antenna video to a server in real time, and the server measuring an antenna downtilt angle in real time using a deep learning algorithm wherein the deep learning algorithm comprises: a feature extraction network module for acquiring an antenna feature image; an instance segmentation module for binary segmentation of an antenna image and the background to distinguish antenna image pixels from background pixels; an antenna candidate box module for identifying and detecting the antenna image, acquiring an antenna candidate box and determining an antenna calibration box therefrom; and an antenna downtilt angle measuring module for measuring an antenna downtilt angle; and the instance segmentation module comprises: directly mapping a region of interest to a feature map; segmenting a candidate region into kk cells, determining, for each cell, four fixed coordinate positions of the center point of the cell, and calculating values of the four fixed coordinate positions by bilinear interpolation; and performing max-pooling and implementing back propagation.
[0006] Further, the shooting an omni-directional antenna video using a drone comprises: controlling the drone to fly around in a circle with an antenna as the origin and a radius of r meters from the antenna at a height of h meters from the antenna, and shooting a 360-degree omni-directional antenna video.
[0007] Further, the feature extraction network module comprises a residual network for solving gradient problems and network performance degradation problems and a feature pyramid network for solving multi-scale detection problems.
[0008] Further, a back propagation formula of the instance segmentation module is ∂ L ∂ x i= ∑ r∑ jd i , i ∗ rj < 1 1 − Δ h 1 − Δ w∂ L ∂ y ri ;
[0009] Preferably, the antenna candidate box module is a candidate box selection module of a faster RCNN network structure.
[0010] Further, a target loss function of the antenna candidate box module is Lp i t i= 1 N cls ∑ iL clsp i p i ∗ + λ 1 N reg ∑ ip i ∗ L regt i t i ∗ ;
[0011] Further, the antenna downtilt angle measuring module obtains a region with a minimum relative proportion by comparing a relative proportion between the antenna calibration box and a region represented by the antenna image pixels.
[0012] Preferably, the antenna downtilt angle measuring module measures the antenna downtilt angle based on the following formula: θ = arctan x y ,
[0013] The embodiments of the present disclosure have the following beneficial effects: the embodiments of the present disclosure adopt an antenna downtilt angle measuring method based on a deep instance segmentation network, in which an antenna image to be measured is inputted into a deep learning network and is sequentially processed by a feature network module, an instance segmentation module, an antenna candidate box module and an antenna downtilt angle measuring module to output an antenna downtilt angle. Meanwhile, the instance segmentation network achieves binary segmentation of antenna pixels and background pixels, which makes the subsequent antenna candidate region more simple and accurate, so that the measured antenna downtilt angle is more consistent with an actual value. According to the embodiments of the present disclosure, the danger of climbing measurement is avoided and the cost of installing the sensor is reduced, and data of the antenna downtilt angle can be obtained more effectively, safely, cheaply and accurately. BRIEF DESCRIPTION OF THE DRAWINGS
[0014] The present disclosure is further described below with reference to the accompanying drawings and examples.Fig. 1 is a network structure diagram of a deep learning algorithm according to an embodiment of the present disclosure; Fig. 2 is a structural diagram of a residual network of a feature extraction network module according to an embodiment of the present disclosure; Fig. 3 is a structural diagram of a feature pyramid network of a feature extraction network module according to an embodiment of the present disclosure; Fig. 4 is a schematic flowchart of an instance segmentation module according to an embodiment of the present disclosure; and Fig. 5 is a structural diagram of an antenna candidate box module according to an embodiment of the present disclosure. DETAILED DESCRIPTION
[0015] Referring to Fig. 1, an antenna downtilt angle measuring method based on a deep instance segmentation network is disclosed in an embodiment of the present disclosure, including: shooting an omni-directional antenna video using a drone; and transmitting the antenna video to a server in real time, and the server measuring an antenna downtilt angle in real time using a deep learning algorithm, wherein the deep learning algorithm includes: a feature extraction network module for acquiring an antenna feature image; an instance segmentation module for binary segmentation of an antenna image and the background to distinguish antenna image pixels from background pixels; an antenna candidate box module for identifying and detecting the antenna image, acquiring an antenna candidate box and determining an antenna calibration box therefrom; and an antenna downtilt angle measuring module for measuring an antenna downtilt angle.
[0016] In an embodiment, the shooting an omni-directional antenna video using a drone includes: controlling the drone to fly around in a circle with an antenna as the origin and a radius of r meters from the antenna at a height of h meters from the antenna, and shooting a 360-degree omni-directional antenna video, wherein h is 10, and r is 10.
[0017] In an embodiment, the feature extraction network module includes a residual network for solving gradient problems and network performance degradation problems and a feature pyramid network for solving multi-scale detection problems.
[0018] Referring to Fig. 2, in a deep learning network, the "level" of features will increase as the depth of the deep learning network deepens, so the depth of the deep learning network is an important factor to achieve a good feature extraction effect. However, the gradual deepening of the network depth will be accompanied by gradient disappearance and gradient explosion and other problems. The conventional solution is to initialize and regularize data, which solves the gradient problems but leads to problems of performance degradation and an increased error rate of the deep learning network. The use of the residual network can solve the gradient problems as well as the problem of performance degradation of the deep learning network.
[0019] Referring to Fig. 3, the feature pyramid network is designed with a top-down and horizontally connected structure to combine a shallow layer with high resolution and a deep layer with rich semantic information. The top-down structure first samples an antenna feature map in a deeper layer with stronger semantics, and then connects the sampled antenna feature horizontally to a feature layer in the previous layer, thus reinforcing the antenna feature in the higher layer. The feature pyramid network can quickly construct a feature pyramid with strong semantic information at all scales from a single-scale input antenna image without a significant cost. With simple network connection changes, the performance of antenna object detection is greatly improved without increasing the calculation amount of the original model.
[0020] Referring to Fig. 4, in an embodiment, the instance segmentation module includes: directly mapping a region of interest to a feature map; segmenting a candidate region into kk cells, determining, for each cell, four fixed coordinate positions of the center point of the cell, and calculating values of the four fixed coordinate positions by bilinear interpolation; and performing max-pooling and implementing back propagation.a back propagation formula of the instance segmentation module is ∂ L ∂ x i= ∑ r∑ jd i , i ∗ rj < 1 1 − Δ h 1 − Δ w∂ L ∂ y ri ;
[0021] Referring to Fig. 5, in an embodiment, preferably, the antenna candidate box module is a candidate box selection module using a faster RCNN network structure.
[0022] Further, the antenna candidate box module finally classifies and regresses the selected candidate box, its target loss function is Lp i t i= 1 N cls ∑ iL clsp i p i ∗ + λ 1 N reg ∑ ip i ∗ L regt i t i ∗ ;
[0023] Further, the antenna downtilt angle measuring module obtains a region with a minimum relative proportion by comparing a relative proportion between the antenna calibration box and a region represented by the antenna image pixels.
[0024] Preferably, the antenna downtilt angle measuring module measures the antenna downtilt angle based on the following formula: θ = arctan x y ,
[0025] The above are merely preferred embodiments of the present disclosure, and the present disclosure is not limited to the above implementations. All implementations shall be encompassed in the protection scope of the present disclosure as long as they achieve the technical effect of the present disclosure with the same means.
权利要求:
Claims (8)
[0001] A method for measuring an antenna downtilt angle based on a deep instance segmentation network, comprising:
shooting an omni-directional antenna video using a drone; and
transmitting the antenna video to a server in real time, and the server measuring an antenna downtilt angle in real time using a deep learning algorithm,
wherein the deep learning algorithm comprises: a feature extraction network module for acquiring an antenna feature image; an instance segmentation module for binary segmentation of an antenna image and the background to distinguish antenna image pixels from background pixels; an antenna candidate box module for identifying and detecting the antenna image, acquiring an antenna candidate box and determining an antenna calibration box therefrom; and an antenna downtilt angle measuring module for measuring an antenna downtilt angle; and
the instance segmentation module comprises: directly mapping a region of interest to a feature map; segmenting a candidate region into kk cells, determining, for each cell, four fixed coordinate positions of the center point of the cell, and calculating values of the four fixed coordinate positions using bilinear interpolation; and performing max-pooling and implementing back propagation.
[0002] The method for measuring an antenna downtilt angle based on a deep instance segmentation network according to claim 1, wherein the shooting an omni-directional antenna video using a drone comprises: controlling the drone to fly around in a circle with an antenna as the origin and a radius of r meters from the antenna at a height of h meters from the antenna, and shooting a 360-degree omni-directional antenna video.
[0003] The method for measuring an antenna downtilt angle based on a deep instance segmentation network according to claim 2, wherein the feature extraction network module comprises a residual network for solving gradient problems and network performance degradation problems and a feature pyramid network for solving multi-scale detection problems.
[0004] The method for measuring an antenna downtilt angle based on a deep instance segmentation network according to claim 1, wherein the back propagation formula of the instance segmentation module is ∂ L ∂ x i= ∑ r∑ jd i , i ∗ rj < 1 1 − Δ h 1 − Δ w∂ L ∂ y ri ;
[0005] The method for measuring an antenna downtilt angle based on a deep instance segmentation network according to claim 1, wherein the antenna candidate box module is a candidate box selection module using a faster RCNN network structure.
[0006] The method for measuring an antenna downtilt angle based on a deep instance segmentation network according to claim 5, wherein the antenna candidate box module's target loss function is Lp i t i= 1 N cls ∑ iL clsp i p i ∗ + λ 1 N reg ∑ ip i ∗ L regt i t i ∗ ;
[0007] The method for measuring an antenna downtilt angle based on a deep instance segmentation network according to claim 1, wherein the antenna downtilt angle measuring module obtains a region with a minimum relative proportion by comparing a relative proportion between the antenna calibration box and a region represented by the antenna image pixels.
[0008] The method for measuring an antenna downtilt angle based on a deep instance segmentation network according to claim 7, wherein the antenna downtilt angle measuring module measures the antenna downtilt angle based on the following formula: θ = arctan x y ,where x is the width of the calibration box, and y is the length of the calibration box.
类似技术:
公开号 | 公开日 | 专利标题
CN105136054B|2017-10-27|The fine deformation monitoring method of structures and system based on Three Dimensional Ground laser scanning
CN106441233B|2019-03-22|Power channel corridor method for inspecting based on oblique photograph three-dimensional reconstruction
EP3250456A1|2017-12-06|Rapid high-resolution magnetic field measurements for power line inspection
US4115732A|1978-09-19|Detection system for lightning
Jwa et al.2012|A piecewise catenary curve model growing for 3D power line reconstruction
Mason et al.2012|Automatic near real-time selection of flood water levels from high resolution Synthetic Aperture Radar images for assimilation into hydraulic models: A case study
US7548201B2|2009-06-16|Method and system for automatically analyzing and modifying cable television signal leak information
de Paolo et al.2007|Skill assessment of resolving ocean surface current structure using compact-antenna-style HF radar and the MUSIC direction-finding algorithm
Vallance et al.2017|Towards a standardized procedure to assess solar forecast accuracy: A new ramp and time alignment metric
US7013235B2|2006-03-14|Method, apparatus and program for determining growth of trees
CN106226212B|2018-10-19|EO-1 hyperion haze monitoring method based on depth residual error network
EP1839074B1|2011-11-16|Method of seismic signal processing
Briese2004|Three-dimensional modelling of breaklines from airborne laser scanner data
US10598562B2|2020-03-24|Gas detection systems and methods using measurement position uncertainty representations
CN103793907B|2017-04-19|Water body information extracting method and device
US5648782A|1997-07-15|Microburst detection system
CN102496232B|2014-05-07|Transmission facility monitoring method and system
CN105842721B|2018-01-23|The method for improving medium-long baselines GPS Carrier Phase Ambiguity Resolution success rates
CN106295505A|2017-01-04|State estimating system during pavement usage
CN105956058B|2019-05-21|A kind of variation land used rapid discovery method using unmanned aerial vehicle remote sensing images
CN104333903A|2015-02-04|Indoor multi-object positioning system and method based on RSSI | and inertia measurement
Zhang et al.2016|A hurricane morphology and sea surface wind vector estimation model based on C-band cross-polarization SAR imagery
CN107274417B|2020-06-16|Single tree segmentation method based on airborne laser point cloud aggregation relation
CN107085852B|2019-12-20|River channel surface flow field testing method based on unmanned aerial vehicle aerial photography
CN106454747B|2020-07-10|Wireless positioning method of mobile phone terminal
同族专利:
公开号 | 公开日
WO2020093631A1|2020-05-14|
EP3683540A4|2021-01-20|
CN109579774A|2019-04-05|
CN109579774B|2021-04-23|
US20210056722A1|2021-02-25|
引用文献:
公开号 | 申请日 | 公开日 | 申请人 | 专利标题
法律状态:
2020-04-17| STAA| Information on the status of an ep patent application or granted ep patent|Free format text: STATUS: UNKNOWN |
2020-05-16| STAA| Information on the status of an ep patent application or granted ep patent|Free format text: STATUS: THE INTERNATIONAL PUBLICATION HAS BEEN MADE |
2020-06-19| PUAI| Public reference made under article 153(3) epc to a published international application that has entered the european phase|Free format text: ORIGINAL CODE: 0009012 |
2020-06-19| STAA| Information on the status of an ep patent application or granted ep patent|Free format text: STATUS: REQUEST FOR EXAMINATION WAS MADE |
2020-07-22| AX| Request for extension of the european patent|Extension state: BA ME |
2020-07-22| AK| Designated contracting states|Kind code of ref document: A1 Designated state(s): AL AT BE BG CH CY CZ DE DK EE ES FI FR GB GR HR HU IE IS IT LI LT LU LV MC MK MT NL NO PL PT RO RS SE SI SK SM TR |
2020-07-22| 17P| Request for examination filed|Effective date: 20200416 |
2021-01-20| A4| Supplementary search report drawn up and despatched|Effective date: 20201222 |
2021-01-20| RIC1| Information provided on ipc code assigned before grant|Ipc: G06T7/70 20170101ALI20201216BHEP Ipc: G01C1/00 20060101AFI20201216BHEP Ipc: G01C 11/04 20060101ALI20201216BHEP Ipc: G06N3/08 20060101ALI20201216BHEP Ipc: G06T7/00 20170101ALI20201216BHEP |
2021-12-03| STAA| Information on the status of an ep patent application or granted ep patent|Free format text: STATUS: THE APPLICATION IS DEEMED TO BE WITHDRAWN |
2022-01-05| 18D| Application deemed to be withdrawn|Effective date: 20210730 |
优先权:
申请号 | 申请日 | 专利标题
[返回顶部]